Note: In simulation mode, a HyperPoint Script does not have access to any other HyperPoints or Point objects. This is an isolated environment provided by the CygNet Explorer client and runs independently of the HyperPoint Scripting Service (see Testing Scripts).
|
| The HyperPoint page in the PNT Editor |
There are several characters that are not allowed in VBScript function names, but are allowed in CygNet Long Point IDs. Since VBScript is a Microsoft product, we have no control over which characters are valid in this context.
In order to create a HyperPoint for points with these characters in the ID, the characters are translated to a hexadecimal string equivalent of their character code.
For example, the hyphen (dash) character code is hexadecimal "2d" so the resultant string is "x2d". An extra underscore is appended for readability, so the full replacement for the "-" is "x2d_".